You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVecInt Class > TMtxVecInt Methods > TMtxVecInt.Difference Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVecInt.Difference Method

Difference.

Syntax
C#
Visual Basic
public TMtxVecInt Difference([In] TMtxVecInt Vec, int VecIndex, int Index, int Len, int Lag);

Calculate the difference for Vec elements [VecIndex]..[VecIndex+Len-1] and store the results in the calling object elements [Index]..[Index+Len-1]. Size and of the calling vector must be set explicitly. The following formula is used to calculate the difference: 

 

An exception is raised if TMtxVecBase.ConditionCheckConditionCheckis True and array borders are overrun or underrun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!